home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11305 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: cliffy.lfwc.lockheed.com!news
  2. From: Ken Garlington <GarlingtonKE@lfwc.lockheed.com>
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++
  4. Subject: Re: C/C++ knocks the crap out of Ada
  5. Date: Wed, 13 Mar 1996 15:00:52 +0000
  6. Organization: Lockheed Martin Tactical Aircraft Systems
  7. Message-ID: <3146E324.5C1E@lfwc.lockheed.com>
  8. References: <00001a73+00002504@msn.com> <31442F19.6C13@lfwc.lockheed.com> <4i26uhINNsd@keats.ugrad.cs.ubc.ca> <31457584.2475@lfwc.lockheed.com> <4i4s5f$igc@solutions.solon.com>
  9. NNTP-Posting-Host: cliffy.lfwc.lockheed.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Macintosh; I; 68K)
  14.  
  15. Peter Seebach wrote:
  16. > They don't *manage* C applications.  They facilitate builds.  But I'd call it
  17. > hopelessly naive to consider make and C particularly closely related.  make is
  18. > used to build documents from sources in nroff, TeX, or texinfo, make is
  19. > used to build programs from sources in Pascal, Ada, C, C++, Fortran, and
  20. > even sh.  Make has nothing to do with C.
  21.  
  22. I've built Ada applications for over ten years - I have NEVER, NEVER, NEVER
  23. had need of an add-on Make-type utility to do this, given the Ada library 
  24. mechanism built into the language!
  25.  
  26. (This, of course, being my POINT!)
  27.  
  28. As to "Make having nothing to do with C," why did I watch someone use Make
  29. to build a C application yesterday? Was this person wrong? Does the C
  30. language define compilation order such that the compilers do it for you,
  31. without need of a Make-class utility?
  32.  
  33. "make is used to build programs from sources in ... C"
  34.   - and -
  35. "Make has nothing to do with C." !!!!!!!!
  36.  
  37. There's gotta be a smiley missing somewhere in this!
  38.